Results for spec@!opengl 1.1@texwrap 1d offset

Overview

Result: None

Back to summary

Details

Detail Value
Returncode 1
Time 0:00:00.074327
Stdout
Using TEXTURE_1D.
Using texture offsets.
Testing GL_RGBA8
Fail with NEAREST and REPEAT at (6,36) @ 0,0
  Expected: 255 255 255 255
  Observed: 0 0 0 255
Fail with NEAREST and CLAMP at (95,36) @ 0,0
  Expected: 255 0 0 204
  Observed: 0 0 0 255
Fail with NEAREST and CLAMP_TO_EDGE at (184,36) @ 0,0
  Expected: 255 0 0 204
  Observed: 0 0 0 255
Fail with NEAREST and MIRRORED_REPEAT at (362,36) @ 0,0
  Expected: 255 255 255 255
  Observed: 0 0 0 255
Fail with NEAREST and MIRROR_CLAMP_EXT at (451,36) @ 0,0
  Expected: 0 255 255 153
  Observed: 0 0 0 255
Fail with NEAREST and MIRROR_CLAMP_TO_EDGE_EXT at (540,36) @ 0,0
  Expected: 0 255 255 153
  Observed: 0 0 0 255
Fail with LINEAR and REPEAT at (6,125) @ 0,0
  Expected: 255 255 255 255
  Observed: 0 0 0 255
Fail with LINEAR and CLAMP_TO_EDGE at (184,125) @ 0,0
  Expected: 255 0 0 204
  Observed: 0 0 0 255
Fail with LINEAR and MIRRORED_REPEAT at (362,125) @ 0,0
  Expected: 255 255 255 255
  Observed: 0 0 0 255
Fail with LINEAR and MIRROR_CLAMP_TO_EDGE_EXT at (540,125) @ 0,0
  Expected: 0 255 255 153
  Observed: 0 0 0 255
Stderr

        
Environment
PIGLIT_SOURCE_DIR="/home/ilia/src/piglit" PIGLIT_PLATFORM="gbm"
Command /home/ilia/src/piglit/bin/texwrap 1D GL_RGBA8 offset -auto -fbo
dmesg
None

Back to summary